00001 /* 00002 * PSP Software Development Kit - http://www.pspdev.org 00003 * ----------------------------------------------------------------------- 00004 * Licensed under the BSD license, see LICENSE in PSPSDK root for details. 00005 * 00006 * pspsuspend.h - User interface to the PSP suspend. 00007 * 00008 * Copyright (c) 2006 James F 00009 * 00010 * $Id 00011 */ 00012 00013 #ifndef __PSPSUSPEND_H__ 00014 #define __PSPSUSPEND_H__ 00015 00016 #include <psptypes.h> 00017 00027 int sceKernelVolatileMemLock(int unk, void **ptr, int *size); 00028 00039 int sceKernelVolatileMemTryLock(int unk, void **ptr, int *size); 00040 00046 int sceKernelVolatileMemUnlock(void); 00047 00048 #endif
1.4.6